internal/runtime/maps.Iter.typ (field)

25 uses

	internal/runtime/maps (current package)
		table.go#L508: 	typ  *abi.SwissMapType
		table.go#L543: 	it.typ = typ
		table.go#L567: 	return it.typ != nil
		table.go#L627: 	newKey, newElem, ok := it.m.getWithKey(it.typ, key)
		table.go#L652: 		if it.clearSeq == it.m.clearSeq && !it.typ.Key.Equal(key, key) {
		table.go#L653: 			elem := it.group.elem(it.typ, slotIdx)
		table.go#L654: 			if it.typ.IndirectElem() {
		table.go#L697: 			key := it.group.key(it.typ, k)
		table.go#L698: 			if it.typ.IndirectKey() {
		table.go#L710: 				newKey, newElem, ok := it.m.getWithKey(it.typ, key)
		table.go#L713: 					if it.clearSeq == it.m.clearSeq && !it.typ.Key.Equal(key, key) {
		table.go#L714: 						elem = it.group.elem(it.typ, k)
		table.go#L715: 						if it.typ.IndirectElem() {
		table.go#L726: 				elem = it.group.elem(it.typ, k)
		table.go#L727: 				if it.typ.IndirectElem() {
		table.go#L834: 			it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L840: 			key := it.group.key(it.typ, slotIdx)
		table.go#L841: 			if it.typ.IndirectKey() {
		table.go#L859: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L860: 				if it.typ.IndirectElem() {
		table.go#L902: 				it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L933: 			key := it.group.key(it.typ, slotIdx)
		table.go#L934: 			if it.typ.IndirectKey() {
		table.go#L974: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L975: 				if it.typ.IndirectElem() {